- Constructors
- Example Programs:
- Person,py This defines a single Person class
- Clubs.py This has a Student class and a Club class for student organizations
- PersonWithMarriage.py This extends the Person class of Person.py with a method that allows
Persons to marry. I added a new main( ) function to use the new methods
- PersonWithMarriage2.py We didn't do this in class but I thought youu might be interested. This keeps track of all Persons as they are created withhin the Person class.